JavaScript

A5.ControlBarresizeDisclosure Method

Syntax

A5.ControlBar.resizeDisclosure()

Description

Resize the currently shown disclosure.

Discussion

The type used when the disclosure is shown can effect the size of the disclosure. When the layout of the control bar is changed, the correct location and size of the disclosure may be effected. The A5.ControlBar.resizeDisclosure method can be used to fix this layout issue.

Example

// assume cbObj is a pointer to an instance of A5.ControlBar
cbObj.resizeDisclosure();